home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / chunker.lha / Chunker / source / chunker.h < prev    next >
C/C++ Source or Header  |  1995-11-10  |  404b  |  24 lines

  1. /*************************************************************************
  2.  *
  3.  * Chunker
  4.  *
  5.  * Copyright ©1995 Lee Kindness and Evan Tuer
  6.  * cs2lk@scms.rgu.ac.uk
  7.  *
  8.  * chunker.h
  9.  */
  10.  
  11. #ifndef __CHUNKER_H__
  12. #define __CHUNKER_H__
  13.  
  14. #include <stdio.h>
  15. #include <stdlib.h>
  16. #include "bfn.h"
  17. #include "machine.h"
  18. #include "version.h"
  19.  
  20. const char ver[] = "\0$VER: Chunker " VERSION_NUM " " VERSION_DATE;
  21.  
  22. #endif
  23.  
  24.